FillableField
An object containing informatiion pertaining to a fillable field.
| Parameter | Type | Description |
|---|---|---|
| FieldName | string | The name of the field generated through Expere. Also: the name of the fillable checkbox. |
| ToolTip | string | The text for the tooltip that is displayed when the user hovers over the field on the PDF. |
| Checked | string | Indicates if the fillable checkbox is selected (true) or deselected (false). If the element is not authored, the element value in the assembly output is set to false. |
| PageNumber | string | Automatically calculated and included in the assembly output. Represents the physical page the fillable checkbox resides on the PDF. |
| X Coordinate / Y Coordinate | string | Automatically calculated and included in the assembly output. Represents the physical location the fillable checkbox resides on the PDF. |
| Sequencing | ExpereInteger | Element used to provide a unique identification to the field name so Expere can merge PDF documents that use signature, date, initial, and fillable text fields. |